The Basic Development Workflow ============================== | The typical development workflow for an xpresso.ai solution is shown below. As you can see, it is not very different from that of a typical software solution. | |image1| (Note: though the flow has been described in a unidirectional manner, there would typically be loops. For example, the “Coding & Testing”, “Build”, “Deployment” and “Execution” steps are typically iterative, with code being modified, built, deployed and executed multiple time) **Workflow:** #. `Solution Planning Tasks `__ #. `Data Management Tasks `__ #. `Solution Architecture Tasks `__ #. `Coding and Local Testing Tasks `__ #. `Build Tasks `__ #. `Deployment Tasks `__ #. `Execution Tasks `__ .. |image1| image:: _static/images/development_workflow.png :width: 1024px :height: 96px .. toctree:: :hidden: :maxdepth: 3 Solution Planning Tasks Data Management Tasks Solution Architecture Tasks Coding and Local Testing Tasks Build Tasks Deployment Tasks Execution Tasks Development Tools and Dashboards